home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / microracers.swf / scripts / DefineButton2_38 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  81 b   |  6 lines

  1. on(release){
  2.    _root.musicon = 0;
  3.    stopAllSounds();
  4.    gotoAndStop(3);
  5. }
  6.